Correct dates of merged ChangeLog entries
authorGlenn Morris <rgm@gnu.org>
Wed, 2 Jan 2013 19:02:05 +0000 (11:02 -0800)
committerGlenn Morris <rgm@gnu.org>
Wed, 2 Jan 2013 19:02:05 +0000 (11:02 -0800)
doc/lispref/ChangeLog
lisp/ChangeLog
src/ChangeLog

index dac15a1e8ff57d84ddca01358db13d94b59b4e32..f39eb8ca4df677d2b29c2b76062a6ec11a6e0a44 100644 (file)
@@ -1,4 +1,4 @@
-2012-12-31  Glenn Morris  <rgm@gnu.org>
+2013-01-02  Glenn Morris  <rgm@gnu.org>
 
        * customize.texi (Common Keywords, Type Keywords):
        Replace "active field" with "button".  (Bug#13310)
index 791ccf14856bdcdc5ff9ac03b59d2b7ed2229ccc..cd39f3eb64f2346a6c3a87610797c2b6659db11b 100644 (file)
@@ -1,10 +1,10 @@
-2012-12-31  Andreas Schwab  <schwab@linux-m68k.org>
+2013-01-02  Andreas Schwab  <schwab@linux-m68k.org>
 
        * emacs-lisp/byte-run.el (defmacro): Use same argument parsing as
        defun.  Don't check for DECL if DOCSTRING isn't a string.
        (defun): Likewise.
 
-2012-12-31  Glenn Morris  <rgm@gnu.org>
+2013-01-02  Glenn Morris  <rgm@gnu.org>
 
        * eshell/em-cmpl.el (eshell-pcomplete):
        More thoroughly imitate pcomplete.  (Bug#13293)
        * files.el (parse-colon-path): Doc fix.  (Bug#12351)
        Return nil for empty path elements.  (Bug#13296)
 
-2012-12-31  Fabián Ezequiel Gallina  <fgallina@cuca>
+2013-01-02  Fabián Ezequiel Gallina  <fgallina@cuca>
 
        * progmodes/python.el (python-nav-end-of-statement): Rewrite in
        order to improve efficiency (Based on Daniel Colascione's
        <dancol@dancol.org> patch).  (Bug#13182)
 
-2012-12-31  Glenn Morris  <rgm@gnu.org>
+2013-01-02  Glenn Morris  <rgm@gnu.org>
 
        * vc/log-edit.el (log-edit-header-contents-regexp): Add doc string.
 
-2012-12-31  Fabián Ezequiel Gallina  <fgallina@cuca>
+2013-01-02  Fabián Ezequiel Gallina  <fgallina@cuca>
 
        * progmodes/python.el: Support other commands triggering
        python-indent-line so indentation cycling continues to work.
        (python-indent-trigger-commands): New defcustom.
        (python-indent-line): Use it.
 
-2012-12-31  Fabián Ezequiel Gallina  <fgallina@cuca>
-
        * progmodes/python.el (python-shell-send-region): Add blank lines
        for non sent code so backtraces remain correct.
 
-2012-12-31  Andreas Schwab  <schwab@linux-m68k.org>
+2013-01-02  Andreas Schwab  <schwab@linux-m68k.org>
 
        * emacs-lisp/byte-run.el (defmacro): Don't lose final nil if
        neither DOCSTRING nor DECL was given.  (Bug#13316)
index c7826b538ad308d8964220f8f331aaa56bf2d8d9..14590ed71c1fa4b20d4607e39c443a2c35fdab0a 100644 (file)
@@ -1,4 +1,4 @@
-2012-12-31  Glenn Morris  <rgm@gnu.org>
+2013-01-02  Glenn Morris  <rgm@gnu.org>
 
        * keymap.c (Fkey_description): Doc fix.  (Bug#13323)